net/http.gzipReader.zerr (field)
11 uses
net/http (current package)
transport.go#L3120: zerr error // sticky gzip reader init error or sentinel value to detect concurrent read and read after close
transport.go#L3154: if gz.zerr != nil {
transport.go#L3155: return nil, gz.zerr
transport.go#L3158: gz.zr, gz.zerr = gzipPoolGet(gz.body)
transport.go#L3159: if gz.zerr != nil {
transport.go#L3160: return nil, gz.zerr
transport.go#L3164: gz.zr, gz.zerr = nil, errConcurrentReadOnResBody
transport.go#L3172: if gz.zerr == errConcurrentReadOnResBody {
transport.go#L3173: gz.zr, gz.zerr = zr, nil
transport.go#L3184: if gz.zerr == nil && gz.zr != nil {
transport.go#L3188: gz.zerr = errReadOnClosedResBody
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |